home *** CD-ROM | disk | FTP | other *** search
- Path: ix.netcom.com!netnews
- From: jlilley@ix.netcom.com (John Lilley)
- Newsgroups: comp.lang.c++
- Subject: Re: create an interupt at the rate of 8 kHz in Windows
- Date: 18 Mar 1996 18:10:07 GMT
- Organization: Netcom
- Message-ID: <4ik8tv$14k@reader2.ix.netcom.com>
- References: <DoEuL4.KDK@tip.nl>
- NNTP-Posting-Host: den-co8-14.ix.netcom.com
- Mime-Version: 1.0
- Content-Type: Text/Plain; charset=US-ASCII
- X-NETCOM-Date: Mon Mar 18 10:10:07 AM PST 1996
- X-Newsreader: WinVN 0.99.7
-
- In article <DoEuL4.KDK@tip.nl>, thehun@tip.nl says...
- >
- >I'm trying to program a sampler in Windows. This sampler is supposed
- >to receive data from a self-designed piece of hardware. I'm sampling
- >the voice (from a phone), so the frequency must be about 8 kHz. How do
- >I get windows to generate an interrupt at the rate of 8 kHz. Help
- >would be greatly appriciated! Thanks in advance.
-
- This really belongs in a different group, but I would make the board
- drive the 8k sample rate and generate an interupt at that frequency,
- maybe even DMA it to the PC. But why not just use sound card and
- make it easy? A lot come with built-in telephony support...
-
- john lilley
-
-